3.1.80 \(\int \frac {F^{c+d x}}{(a+b F^{c+d x}) x} \, dx\) [80]

Optimal. Leaf size=27 \[ \text {Int}\left (\frac {F^{c+d x}}{\left (a+b F^{c+d x}\right ) x},x\right ) \]

[Out]

Unintegrable(F^(d*x+c)/(a+b*F^(d*x+c))/x,x)

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 0, normalized size of antiderivative = 0.00, number of steps used = 0, number of rules used = 0, integrand size = 0, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.000, Rules used = {} \begin {gather*} \int \frac {F^{c+d x}}{\left (a+b F^{c+d x}\right ) x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Int[F^(c + d*x)/((a + b*F^(c + d*x))*x),x]

[Out]

Defer[Int][F^(c + d*x)/((a + b*F^(c + d*x))*x), x]

Rubi steps

\begin {align*} \int \frac {F^{c+d x}}{\left (a+b F^{c+d x}\right ) x} \, dx &=\int \frac {F^{c+d x}}{\left (a+b F^{c+d x}\right ) x} \, dx\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.26, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {F^{c+d x}}{\left (a+b F^{c+d x}\right ) x} \, dx \end {gather*}

Verification is not applicable to the result.

[In]

Integrate[F^(c + d*x)/((a + b*F^(c + d*x))*x),x]

[Out]

Integrate[F^(c + d*x)/((a + b*F^(c + d*x))*x), x]

________________________________________________________________________________________

Maple [A]
time = 0.01, size = 0, normalized size = 0.00 \[\int \frac {F^{d x +c}}{\left (a +b \,F^{d x +c}\right ) x}\, dx\]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(d*x+c)/(a+b*F^(d*x+c))/x,x)

[Out]

int(F^(d*x+c)/(a+b*F^(d*x+c))/x,x)

________________________________________________________________________________________

Maxima [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Failed to integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c))/x,x, algorithm="maxima")

[Out]

-a*integrate(1/(F^(d*x)*F^c*b^2*x + a*b*x), x) + log(x)/b

________________________________________________________________________________________

Fricas [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c))/x,x, algorithm="fricas")

[Out]

integral(F^(d*x + c)/(F^(d*x + c)*b*x + a*x), x)

________________________________________________________________________________________

Sympy [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \int \frac {F^{c + d x}}{x \left (F^{c} F^{d x} b + a\right )}\, dx \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F**(d*x+c)/(a+b*F**(d*x+c))/x,x)

[Out]

Integral(F**(c + d*x)/(x*(F**c*F**(d*x)*b + a)), x)

________________________________________________________________________________________

Giac [A]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(F^(d*x+c)/(a+b*F^(d*x+c))/x,x, algorithm="giac")

[Out]

integrate(F^(d*x + c)/((F^(d*x + c)*b + a)*x), x)

________________________________________________________________________________________

Mupad [A]
time = 0.00, size = -1, normalized size = -0.04 \begin {gather*} \int \frac {F^{c+d\,x}}{x\,\left (a+F^{c+d\,x}\,b\right )} \,d x \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(F^(c + d*x)/(x*(a + F^(c + d*x)*b)),x)

[Out]

int(F^(c + d*x)/(x*(a + F^(c + d*x)*b)), x)

________________________________________________________________________________________